home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / alsa / cards / PC-Speaker.conf < prev    next >
Text File  |  2006-01-09  |  592b  |  49 lines

  1. #
  2. # Configuration for PC-Speaker driver
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. PC-Speaker.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14.     device 0
  15. }    
  16.  
  17. # default with dmix & null
  18. PC-Speaker.pcm.default {
  19.     @args [ CARD ]
  20.     @args.CARD {
  21.         type string
  22.     }
  23.     type asym
  24.     playback.pcm {
  25.         type plug
  26.         slave.pcm {
  27.             type dmix
  28.             ipc_key 5678293
  29.             ipc_key_add_uid yes
  30.             slave {
  31.                 pcm {
  32.                     type hw
  33.                     card $CARD
  34.                 }
  35.                 period_time 0
  36.                 period_size 1024
  37.                 buffer_size 8192
  38.                 format S16_LE
  39.                 channels 1
  40.                 rate 37286
  41.             }
  42.         }
  43.     }
  44.     capture.pcm {
  45.         type null
  46.     }
  47. }
  48.  
  49.